- Adjust data model (if necessary)
- Deploy Prisma database service to apply changes to data model (if necessary)
- Add new root field (on the Query, Mutation or Subscription field) to application schema
- Implement the resolver for the new root field
All In One